home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5452 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news-m01.ny.us.ibm.net!usenet
  2. From: stevez1@ibm.net (Steven R. Zuch)
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.pascal.delphi.misc,comp.lang.c++
  4. Subject: Re: "SHOULD I DUMP VISUAL BASIC?"
  5. Date: Mon, 05 Feb 1996 03:22:41 GMT
  6. Organization: Cogent Management Inc.
  7. Message-ID: <4f3hi7$390e@news-s01.ny.us.ibm.net>
  8. References: <4e9g08$3dp@maureen.teleport.com> <4e9oji$me5@news-2.csn.net> <4ebko9$8tn@hasle.sn.no> <4egdqm$app@shore.shore.net> <4eiogb$cas@hasle.sn.no> <310CFB3E.114B@mail.inett.no> <4etkm5$n3p@newshost.cyberramp.net> <4etn2k$ho4@vixen.cso.uiuc.edu>
  9. Reply-To: stevez1@ibm.net
  10. NNTP-Posting-Host: slip166-72-207-106.ny.us.ibm.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. woodhead@astro.uiuc.edu (Daniel Bullok) wrote:
  14.  
  15. ....
  16.  
  17. >In <4etkm5$n3p@newshost.cyberramp.net>, gcopelan@cyberramp.net (George Copeland) writes:
  18. >Boy, I could almost hear your mind snap shut when someone criticized VB.
  19. >While VB is a very useful tool, it falls short of being a first class 
  20. >language (IMNSHO).  Also, the fact that it is interpreted IS a big 
  21. >disadvantage in speed, and compiled languages don't HAVE to take up much
  22. >more memory than interpreted ones anyway.  
  23.  
  24. ....
  25.  
  26. The impact of overall system performance using a compiled language
  27. versus a interpretative language depends on the nature of the
  28. application.  If the application is database centric, the difference
  29. is not that large is the situations that we have encountered.  The
  30. performance of the database engine and report generator is
  31. significantly more import.  None of our custom applications are
  32. ever self-contained (regardless of the language used) due
  33. to the reliance on Windows for so many basic functions. However, if
  34. your application is only counting in a loop, Delphi will blow VB
  35. away.  We don't get too many of those type of jobs, though :(.
  36.  
  37. Steven R. Zuch
  38. Cogent Management Inc.
  39.  
  40.  
  41.  
  42.  
  43.